home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / pbwiz16.zip / BIBLIO.TXT < prev    next >
Text File  |  1993-02-17  |  3KB  |  71 lines

  1. This constitutes a bibliography of some of the references used
  2. in creating the PBWiz library.  They are listed in no
  3. particular order.  I might note that many of these references
  4. contain incorrect information on one point or another and that
  5. they frequently contradict each other.  Such are the joys of
  6. assembly programming.  Comments reflect my personal opinions on
  7. the text.
  8.  
  9.  
  10.  
  11. "The New Peter Norton Programmer's Guide to the IBM PC &
  12. PS/2".  2nd Ed, 1988, by Peter Norton and Richard Wilton.
  13. Microsoft Press.
  14. -- Often contains inadequate detail and is unusually
  15. error-prone.  Some of the information is unique to this source,
  16. however, so it has its value.
  17.  
  18. "Microsoft Mouse Programmer's Reference".  2nd Ed, 1991.
  19. Microsoft Press.
  20. -- Bizarrely, the primary examples are for interpreted BASIC
  21. (BASICA or GWBASIC).  However, there are matching examples for
  22. QuickBASIC, C, and MASM.  This is a comprehensive reference.
  23. You do have to be careful about using many of the routines, as
  24. older mouse drivers are common, and they don't support all of
  25. the newer routines.  Unfortunately, no information is provided
  26. as to the release date of any of the mouse functions...
  27.  
  28. "COMPUTE!'s Mapping the IBM PC and PCjr".  1985, COMPUTE!
  29. Publications, Inc.
  30. -- An old but indispensable reference.  The memory map, port
  31. reference, and low-level support chip information are very good.
  32.  
  33. "Programmer's Guide to PC & PS/2 Video Systems".  1987, by
  34. Richard Wilton. Microsoft Press.
  35. -- A terrific reference on video from MDA to VGA.  The example
  36. program for putting the Hercules adapter into graphics mode is
  37. rather buggy, however.
  38.  
  39. "Supercharged Bit-Mapped Graphics".  1992, by Steve Rimmer.
  40. Windcrest Books (an imprint of Tab Books, which in turn is a
  41. division of McGraw-Hill, Inc).
  42. -- A quite decent text on various image formats, including
  43. .BMP, .MAC, .PCX, .GIF and others.  Source listings in C and
  44. assembly language.
  45.  
  46. "Power Graphics Programming".  1989, by Michael Abrash.  Que
  47. Corporation.
  48. -- Terrific book, well written, a "must have" if you are
  49. interested in programming the EGA and/or VGA at a low level.
  50. Superb.
  51.  
  52. "The MS-DOS Encyclopedia".  1988.  Microsoft Press.
  53. -- Encyclopedic it is.  Every serious assembly programmer
  54. should have a copy. Covers DOS itself, DOS interrupts, TSRs,
  55. communications, lots of handy articles by the best in the
  56. business.  The BIOS is ignored, however.
  57.  
  58. "The Programmer's PC Sourcebook".  2nd Ed, 1991, by Thom
  59. Hogan.  Microsoft Press.
  60. -- An astonishing collection of data and tables.  With
  61. comprehensive scope but no depth, this reference can tease by
  62. providing insufficient detail. Still, a priceless work.  Get
  63. one immediately.
  64.  
  65. "Algorithms & Data Structures".  1986, by Niklaus Wirth.
  66. Prentice-Hall, Inc.
  67. -- Terse text with rather ghastly Modula-2 source listings.
  68. One of the few places where sorting and data structures are
  69. covered even moderately well, however.  If you need to do sorts
  70. or b-trees, it's a mandatory text.
  71.